home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / GTEST.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  1.4 KB  |  109 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +GTEST.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   gtest.obj \
  25.   grphscrn.obj \
  26.   gwsounit.obj \
  27.   isounit.obj \
  28.   gfsounit.obj \
  29.   grsounit.obj \
  30.   fsounit.obj \
  31.   rsounit.obj \
  32.   scrnsty.obj \
  33.   msmouse.obj \
  34.   keybrd.obj
  35.  
  36. #        *Explicit Rules*
  37. gtest.exe: gtest.cfg $(EXE_dependencies)
  38.   $(TLINK) /v/s/c @&&|
  39. c:\tcpp\lib\c0l.obj+
  40. gtest.obj+
  41. grphscrn.obj+
  42. gwsounit.obj+
  43. isounit.obj+
  44. gfsounit.obj+
  45. grsounit.obj+
  46. fsounit.obj+
  47. rsounit.obj+
  48. scrnsty.obj+
  49. msmouse.obj+
  50. keybrd.obj
  51. gtest,gtest
  52. c:\tcpp\lib\graphics.lib+
  53. c:\tcpp\lib\emu.lib+
  54. c:\tcpp\lib\mathl.lib+
  55. c:\tcpp\lib\cl.lib
  56. |
  57.  
  58.  
  59. #        *Individual File Dependencies*
  60. gtest.obj: gtest.cpp 
  61.  
  62. grphscrn.obj: grphscrn.cpp 
  63.  
  64. gwsounit.obj: gwsounit.cpp 
  65.  
  66. isounit.obj: isounit.cpp 
  67.  
  68. gfsounit.obj: gfsounit.cpp 
  69.  
  70. grsounit.obj: grsounit.cpp 
  71.  
  72. fsounit.obj: fsounit.cpp 
  73.  
  74. rsounit.obj: rsounit.cpp 
  75.  
  76. scrnsty.obj: scrnsty.cpp 
  77.  
  78. msmouse.obj: msmouse.cpp 
  79.  
  80. keybrd.obj: keybrd.cpp 
  81.  
  82. #        *Compiler Configuration File*
  83. gtest.cfg: gtest.mak
  84.   copy &&|
  85. -ml
  86. -v
  87. -O
  88. -Z
  89. -V
  90. -vi-
  91. -wbbf
  92. -wpin
  93. -wamb
  94. -wamp
  95. -wasm
  96. -wpro
  97. -wcln
  98. -wdef
  99. -wsig
  100. -wnod
  101. -wstv
  102. -wucp
  103. -wuse
  104. -IC:\TCPP\INCLUDE
  105. -LC:\TCPP\LIB
  106. | gtest.cfg
  107.  
  108.  
  109.